C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ReportObjectNamedList<TItem> Class / Contains Method / Contains(TItem) Method
The item to check.

In This Topic
Contains(TItem) Method
In This Topic
Determines whether the collection contains a specific item.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal item As TItem _
) As Boolean
 

Parameters

item
The item to check.

Return Value

True if the collection contains specified item; false otherwise.
See Also